home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / psppxi.msi / Binary.PreloadedMessages_EN / SKIN.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-04  |  1.3 KB  |  31 lines

  1. body, td { margin: 0px; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
  2. #bktl, #bktr, #bkbl, #bkbr { width: 6px; height: 6px; background-repeat: no-repeat; }
  3. #bktl { background: url(SkinBorderTopLeftImage.gif) top left; }
  4. #bktr { background: url(SkinBorderTopRightImage.gif) top right;}
  5. #bkbr { background: url(SkinBorderBottomRightImage.gif) bottom right;}
  6. #bkbl { background: url(SkinBorderBottomLeftImage.gif) bottom left;}
  7. #bkt { background: url(SkinBorderTopImage.gif) top repeat-x;}
  8. #bkb { background: url(SkinBorderBottomImage.gif) bottom repeat-x;}
  9. #bkl { background: url(SkinBorderLeftImage.gif) left repeat-y;}
  10. #bkr { background: url(SkinBorderRightImage.gif) right repeat-y;}
  11. #snippet, #snippeth, #snippetv { font-size: 12px; background: url(SkinBackgroundImage.gif); }
  12. #snippetv  { padding-left: 6px; padding-right: 2px; }
  13. #snippeth { text-align: center; }
  14. #detail { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  vertical-align: top; }
  15. .snippetlink { 
  16.         margin-top: 10px;
  17.         font-size: 12px;
  18.         font-weight: bold;
  19.         color: #0000CC;  
  20.         text-decoration: underline; 
  21.              }
  22. .detailtitle {
  23.         font-weight: bold; 
  24.         color: #999999;
  25.         font-size: 17px; 
  26.              }
  27. img {
  28. border: 0px;
  29. margin: 0px;
  30. padding: 0px;
  31. }